/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 1 - home 1
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l1 {
	position: relative;
}
.pgsctn.-l1 img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pgsctn.-l1 .pgsctn_pddng {
	padding-top: 180px;
	padding-bottom: 100px;
}
.pgsctn.-l1 .pgsctn_cntnt {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.pgsctn.-l1 .pgsctn_cntnt_bg {
	background-color: rgba(5,18,8,0.5);
  max-width: 780px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-left: 25px;
	margin-right: 25px;
}
.pgsctn.-l1 p, .pgsctn.-l1 span {
	color: white;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 2 - home 2
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l2 {
	background-color: white;
}

.pgsctn.-l2 .pgsctn_pddng {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pgsctn.-l2 .pgsctn_cntnt {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.pgsctn.-l2 .pgsctn_items {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.pgsctn.-l2 .pgsctn_item {
	width: 30%;
	text-decoration: none;
	color: inherit;
}
.pgsctn.-l2 img {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
	.pgsctn.-l2 .pgsctn_items {
		display: block;
	}
	.pgsctn.-l2 .pgsctn_item {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}
	.pgsctn.-l2 img {
		height: 140px;
    object-fit: cover;
	}
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 3 - site footer
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l3 {
	background-color: #646257;
}

.pgsctn.-l3 a {
	color: #f7ffbe;
}

.pgsctn.-l3 .pgsctn_pddng {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (max-width: 640px) {
	.pgsctn.-l3 .pgsctn_pddng {
		padding-bottom: 60px;
	}
}

.pgsctn.-l3 .pgsctn_cntnt {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
	color: white;
}

.pgsctn.-l3 .pgsctn_items {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

}
.pgsctn.-l3 .pgsctn_item {
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.pgsctn.-l3 .pgsctn_item:first-child {
	max-width: 390px;
}
.pgsctn.-l3 img {
	width: 100%;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

@media only screen and (max-width: 640px) {
	.pgsctn.-l3 .pgsctn_items {
		display: block;
	}
	.pgsctn.-l3 .pgsctn_item {
		display: block;
		width: 100%;
	}
	.pgsctn.-l3 .pgsctn_item:last-child {
		border-top: 1px solid white;
		margin-top: 60px;
		padding-top: 45px;
	}
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 4 - middle map
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l4 {
	
}
.pgsctn.-l4 {
	background-color: white;
}
.pgsctn.-l4 .pgsctn_pddng {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
	.pgsctn.-l4 .pgsctn_pddng {
		padding-top: 10%;
		padding-bottom: 16%;
	}
}
.pgsctn.-l4 .pgsctn_cntnt {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
	color: #646257;
}
.pgsctn.-l4 h2 {
	margin-bottom: 1em;
}
.pgsctn.-l4 img {
	max-width: 100%;
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 5
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l5 {
	/*overflow: hidden;*/
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 {
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:450px) {
	.pgsctn.-l5 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:380px) {
	.pgsctn.-l5 {
		margin-bottom: 90px;
	}
}

.pgsctn.-l5 .pgsctn_pddng {
	
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_pddng {
		padding: 80px 0px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_pddng {
		padding: 80px 20px 110px;
	}
}

.pgsctn.-l5 .pgsctn_cntnt {
	max-width: 1340px;
	margin: auto;
	position: relative;
}

.pgsctn.-l5 .pgsctn_cptn {
	position: absolute;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptn.-br {
		right: 0%;
		bottom: 12%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptn.-br {
		right: 0%;
		top: 80%;
		width: 100%;
		left: 0%;
	}
}

.pgsctn.-l5 .pgsctn_cptnCntnt {
	position: relative;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptnCntnt {
		overflow: hidden;
		z-index: 2;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptnCntnt {
		width: 100%;
		padding-right: 20px;
	}
}

.pgsctn.-l5 .pgsctn_cptn span {
	font-family: 'DM Sans', sans-serif;
	display: inline-block;
	color: white;
	position: relative;
	transition: background 0.5s ease;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptn span {
		font-weight: 100;
		max-width: 17em;
		padding: 10px 20px;
		z-index: 2;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptn span {
		font-weight: 200;
		line-height: 1em;
		line-height: 1.2em;
		width: 530px;
		max-width: calc(100% - 68px);
		margin: 20px 0 20px 20px;
		z-index: 1;
		padding-left: 10px;
		/*border-left: 4px solid white;*/
	}
}

.pgsctn.-l5 .pgsctn_cptnBg {
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50.0%, rgba(54,77,59,0.7) 50.0%, rgba(54,77,59,0.7) 100%);
	transition: all 0.5s ease;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptnBg {
		left: -99%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptnBg {
		left: -100%;
	}
}

.pgsctn.-l5 .pgsctn_cptnAccnt {
	position: absolute;
	z-index: 1;
	transition: all 1s ease;
	width: 0;
	height: 0;
}

.pgsctn.-l5 .pgsctn_cptnAccnt.-tl {
	border-top: 1px solid white;
	border-left: 1px solid white;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptnAccnt.-tl {
		top: -35%;
		left: -50px;
		width: 36%;
		height: 70%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptnAccnt.-tl {
		top: 12px;
		left: 8px;
		width: 130px;
		height: 35px;
	}
}

.pgsctn.-l5 .pgsctn_cptnAccnt.-br {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 .pgsctn_cptnAccnt.-br {
		width: 50%;
		height: 230%;
		bottom: -35%;
		right: 27%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 .pgsctn_cptnAccnt.-br {
		bottom: 13px;
		right: 15px;
		width: 50px;
		height: 140px;
	}
}

.pgsctn.-l5 img {
	
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l5 img {
		padding-right: 10%;
		padding-left: 10%;
		box-sizing: border-box;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l5 img {
		
	}
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 6
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l6 {
	background-color: #404a3e;
	background-image: url("../assets/diaglinestile.png");
	position: relative;
	overflow: hidden;
	box-shadow: 0 0px 250px inset rgba(0,0,0,0.5);
}

.pgsctn.-l6 .pgsctn_cntnt {
	max-width: 1340px;
	margin: auto;
	position: relative !important;
}

.pgsctn.-l6  .pgsctn_cptnCntnt {
	text-align: center;
	padding-top: 50px;
}


.pgsctn.-l6 span {
	color: white;
	display: inline-block;
	margin: auto;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: 1px;
	z-index: 1;
position: relative;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l6 span {
		font-weight: 100;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 570px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l6 span {
		font-weight: 200;
		padding-right: 20px;
		padding-left: 20px;
		max-width: 410px;
	}
}

.pgsctn.-l6 .pgsctn_imgWrapper {
	padding: 4% 14% 0 14%;
	box-sizing: border-box;
	display: block;
	z-index: 2;
	position: relative;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l6 .pgsctn_imgWrapper {

	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l6 .pgsctn_imgWrapper {
		padding-top: 50px;
  	padding-bottom: 50px;
	}
}

.pgsctn.-l6 .pgsctn_img {
	display: block;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	border: 2px solid #939393;
	width:100%;
	height:auto;
	z-index:2;
	position:relative;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l6 img {
		bottom: -4px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l6 img {
		/*bottom: 60px*/
	}
}

.pgsctn.-l6 .pgsctn_bgGrass, .pgsctn.-l6 canvas {
	height: auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	margin-left: 0;
	max-width: 2030px;
	left: 50%;
	transform: translate(-50%, 0) scaleY(1.5);
	opacity: 0.8;
	width: 100%;
	transform-origin: bottom;
	transition: transform 1s ease;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l6 .pgsctn_bgGrass, .pgsctn.-l6 canvas {
		min-width: 1820px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l6 .pgsctn_bgGrass, .pgsctn.-l6 canvas {
		width: 290%;
		left: 90%;
	}
}

.pgsctn.-l6 .pgsctn_bgBirds {
	padding: 0;
	position: absolute;
	top: 100px;
	right: 20px;
	opacity: 0.8;
	width: 200px;
	display: none;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l6 .pgsctn_bgBirds {
		
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l6 .pgsctn_bgBirds {
		
	}
}

.pgsctn.-l6 .flickity-prev-next-button {
	mix-blend-mode: normal !important;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 6 - Birds
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*https://codepen.io/matchboxhero/pen/RLebOY*/
.bird-container {
	position: absolute;
	top: 0;
	left: -10%;
	transform: scale(0) translateX(-10vw);
	will-change: transform;
	animation-name: fly-right-one;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.bird {
	background-image: url("../assets/bird-cells-new.svg");
	background-size: auto 100%;
	width: 88px;
	height: 125px;
	will-change: background-position;
	animation-name: fly-cycle;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
}

.bird-container--one {
	animation-duration: 30s;
	animation-delay: 0;
}
.bird--one {
	animation-duration: 1s;
	animation-delay: -0.5s;
	transform: scale(0.3);
}

.bird--two {
	animation-duration: 0.9s;
	animation-delay: -0.75s;
	transform: scale(0.4);
}
.bird-container--two {
	animation-duration: 31s;
	animation-delay: 0.5s;
}

.bird--three {
	animation-duration: 1.25s;
	animation-delay: -0.25s;
	transform: scale(0.25);
}
.bird-container--three {
	animation-duration: 30s;
	animation-delay: 0.75s;
}

.bird-container--four {
	animation-duration: 16s;
	animation-delay: 10.25s;
}
.bird--four {
	animation-duration: 1.1s;
	animation-delay: -0.5s;
}

@keyframes fly-cycle {
	100% {
		background-position: -900px 0;
 }
}
@keyframes fly-right-one {
	0% {
		transform: scale(0.3) translateX(-10vw);
 }
	10% {
		transform: translateY(2vh) translateX(10vw) scale(0.4);
 }
	20% {
		transform: translateY(0vh) translateX(30vw) scale(0.5);
 }
	30% {
		transform: translateY(4vh) translateX(50vw) scale(0.6);
 }
	40% {
		transform: translateY(2vh) translateX(70vw) scale(0.6);
 }
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.6);
 }
	60% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
 }
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.6);
 }
}
@keyframes fly-right-two {
	0% {
		transform: translateY(-2vh) translateX(-10vw) scale(0.5);
 }
	10% {
		transform: translateY(0vh) translateX(10vw) scale(0.4);
 }
	20% {
		transform: translateY(-4vh) translateX(30vw) scale(0.6);
 }
	30% {
		transform: translateY(1vh) translateX(50vw) scale(0.45);
 }
	40% {
		transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
 }
	50% {
		transform: translateY(0vh) translateX(90vw) scale(0.45);
 }
	51% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
 }
	100% {
		transform: translateY(0vh) translateX(110vw) scale(0.45);
 }
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 7
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l7 {
	background-color: #eee;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 {
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 {
		
	}
}
@media screen and (max-width:450px) {
	.pgsctn.-l7 {
		
	}
}
@media screen and (max-width:380px) {
	.pgsctn.-l7 {
		
	}
}

.pgsctn.-l7 .pgsctn_pddng {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_pddng {
		padding-top: 120px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_pddng {
		padding-top: 25%;
		padding-bottom: 120px;
	}
}

.pgsctn.-l7 .pgsctn_cntnt {
	max-width: 1340px;
	margin: auto;
	position: relative;
	width: 100%;
}

.pgsctn.-l7 .pgsctn_hght {
	padding-bottom: 60%;
}

.pgsctn.-l7 .pgsctn_cptn {
	position: absolute;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptn.-br {
		right: -20px;
		bottom: 22%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptn.-br {
		right: 0%;
		top: 65%;
		width: 100%;
		left: 0%;
		z-index: 1;
	}
}

.pgsctn.-l7 .pgsctn_cptnCntnt {
	position: relative;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptnCntnt {
		overflow: hidden;
		z-index: 2;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptnCntnt {
		width: 100%;
		padding-right: 20px;
	}
}

.pgsctn.-l7 .pgsctn_cptn span {
	font-family: 'DM Sans', sans-serif;
	display: inline-block;
	color: white;
	position: relative;
	transition: background 0.5s ease;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptn span {
		font-weight: 100;
		max-width: 17em;
		padding: 10px 20px;
		z-index: 2;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptn span {
		font-weight: 200;
		line-height: 1em;
		line-height: 1.2em;
		width: 530px;
		max-width: calc(100% - 68px);
		margin: 20px 0 20px 20px;
		z-index: 1;
		padding-left: 10px;
		/*border-left: 4px solid white;*/
	}
}

.pgsctn.-l7 .pgsctn_cptnBg {
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50.0%, rgba(54,77,59,0.85) 50.0%, rgba(54,77,59,0.85) 100%);
	transition: all 0.5s ease;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptnBg {
		left: -99%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptnBg {
		left: -100%;
	}
}

.pgsctn.-l7 .pgsctn_cptnAccnt {
	position: absolute;
	z-index: 1;
	transition: all 1s ease;
	width: 0;
	height: 0;
}

.pgsctn.-l7 .pgsctn_cptnAccnt.-tl {
	border-top: 1px solid white;
	border-left: 1px solid white;
	box-shadow: -1px -1px 0 0 black;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptnAccnt.-tl {
		top: -35%;
		left: -50px;
		width: 36%;
		height: 70%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptnAccnt.-tl {
		top: 12px;
		left: 8px;
		width: 130px;
		height: 35px;
	}
}

.pgsctn.-l7 .pgsctn_cptnAccnt.-br {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	box-shadow: 1px 1px 0 0 black;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_cptnAccnt.-br {
		width: 50%;
		height: 230%;
		bottom: -35%;
		right: 27%;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_cptnAccnt.-br {
		bottom: 13px;
		right: 15px;
		width: 50px;
		height: 140px;
	}
}

.pgsctn.-l7 .pgsctn_img {
	position: absolute;
}
.pgsctn.-l7 .pgsctn_img.-img1 {
	left: 0;
	width: auto;
	height: 70%;
	top: 0;
}
.pgsctn.-l7 .pgsctn_img.-img2 {
	height: 45%;
	right: 0;
	width: auto;
	top: 11%;
}

@media screen and (min-width:640.1px) {
	.pgsctn.-l7 .pgsctn_img.-img2 {
		box-shadow: 0px 0px 0px 14px rgb(238, 238, 238);
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l7 .pgsctn_img.-img2 {
		box-shadow: 0px 0px 0px 1.5vw rgb(238, 238, 238);
	}
}








/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 8
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l8 {
	position: relative;
	width: 100%;
}

.pgsctn.-l8 .pgsctn_cntnt {
	
}

.pgsctn.-l8 .pgsctn_hght {
	position: relative;
	overflow: hidden;
	height: 55vw;
	max-height: 800px;
}

.pgsctn.-l8  .pgsctn_cptn {
	position: absolute;
	font-family: 'DM Sans', sans-serif;
	bottom: 10%;
	right: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
}

.pgsctn.-l8  .pgsctn_cptn span {
	font-family: 'DM Sans', sans-serif;
	color: white;
	line-height: 1em;
	text-shadow: 0 0 10px black;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l8 .pgsctn_cptn span {
		font-weight: 100;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 40em;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l8 .pgsctn_cptn span {
		font-weight: 200;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.pgsctn.-l8 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	object-position: bottom;
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 9
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l9 {
	/*overflow: hidden;*/
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l9 {
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l9 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:450px) {
	.pgsctn.-l9 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:380px) {
	.pgsctn.-l9 {
		margin-bottom: 90px;
	}
}

.pgsctn.-l9 .pgsctn_pddng {
	
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l9 .pgsctn_pddng {
		padding: 120px 4% 80px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l9 .pgsctn_pddng {
		padding: 80px 40px 60px;
	}
}

.pgsctn.-l9 .pgsctn_cntnt {
	max-width: 1340px;
	margin: auto;
	position: relative;
}

.pgsctn.-l9  .pgsctn_cptn {
	font-family: 'DM Sans', sans-serif;
	text-align: center;
}

.pgsctn.-l9  .pgsctn_cptn span {
	font-family: 'DM Sans', sans-serif;
	line-height: 1em;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l9 .pgsctn_cptn span {
		font-weight: 100;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l9 .pgsctn_cptn span {
		font-weight: 100;
	}
}

.pgsctn.-l9.-rev1 ul {
	list-style: none;
	padding: 0;
	margin-top: 70px;
	font-size: 22px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.pgsctn.-l9.-rev1 li {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width:640px) {
	.pgsctn.-l9.-rev1 ul {
		grid-template-columns: 1fr;
	}
}


.pgsctn.-l9  img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 960px;
	margin: auto;
	padding-top: 5%;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l9 img {
		font-weight: 100;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l9 img {
		font-weight: 200;
	}
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 10
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l10 img {
	width: 100%;
	height: auto;
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 11
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l11 {
	/*overflow: hidden;*/
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l11 {
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l11 {
		
	}
}
@media screen and (max-width:450px) {
	.pgsctn.-l11 {
		
	}
}
@media screen and (max-width:380px) {
	.pgsctn.-l11 {
		
	}
}

.pgsctn.-l11 .pgsctn_pddng {
	
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l11 .pgsctn_pddng {
		padding: 0 4% 80px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l11 .pgsctn_pddng {
		padding: 0 40px 60px;
	}
}

.pgsctn.-l11 h2 {
	margin-bottom: 0.5em;
	font-size: 54px;
	font-weight: 100;
	font-family: 'DM Sans', sans-serif;
	text-align: center;
	display: block;
}

.pgsctn.-l11 h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 38px;
	font-weight: 100;
	color: white;
	background-color: rgba(56, 87, 62, 0.85);
	padding-left: calc( (100vw - 100%) / 2);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: calc( ((100vw - 100%) - 17px ) / -2 );
	display: block;
	text-align: left;
	line-height: 1em;
	margin-bottom: 0;
}
.pgsctn.-l11 h3.-right {
	margin-left: 0;
	margin-right: calc( ((100vw - 100%) - 17px ) / -2 );
	padding-left: 0;
	text-align: right;
	padding-right: calc( (100vw - 100%) / 2);
	padding-left: 20px;
}
.pgsctn.-l11 h3 strong {
	font-weight: 200;
	margin-right: 0.3em;
}
.pgsctn.-l11 h3 span {
	white-space: nowrap;
	padding-right: 0.5em;
}
.pgsctn.-l11 h3.-right strong {
	margin-right: 1%;
}
.pgsctn.-l11 h3.-right span {
	padding-right: 1%;
}

.pgsctn.-l11 .price {
	font-size: 22px;
	color: #526656;
	font-family: 'DM Sans', sans-serif;
	padding-left: 10px;
	margin-top: 0.5em;
	display: block;
	text-align: left;
	opacity: 0.75;
}
.pgsctn.-l11 .price.-right {
	text-align: right;
	padding-left: 0;
	padding-right: 2.3%;
}

.pgsctn.-l11 .floorplans {
	max-width: 1340px;
	margin: auto;
	padding-top: 30px;
	text-align: center;
}

.pgsctn.-l11 .floorplans img {
	width: auto;
	max-height: calc(100% - 2.5em);
	padding-bottom: 14px;
	box-sizing: border-box;
}

.pgsctn.-l11 .layout {
	display: inline-block;
	width: 49%;
	overflow: hidden;
	max-height: 630px;
	height: 47vw;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.pgsctn.-l11 .layout:first-child {
	padding-right: 2%;
}
.pgsctn.-l11 .layout:last-child {
	padding-left: 2%;
}
.pgsctn.-l11 .layout span {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 300;
}
@media screen and (max-width:600px) {
	.pgsctn.-l11 .layout {
		height: 90vw;
		width: 100%;
	}
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 12
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media screen and (min-width:640.1px) {
	.pgsctn.-l12 .pgsctn_pddng {
		padding: 0 4% 80px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l12 .pgsctn_pddng {
		padding: 0 40px 60px;
	}
}

.pgsctn.-l12 h2 {
	margin-bottom: 0.5em;
	font-size: 54px;
	font-weight: 100;
	font-family: 'DM Sans', sans-serif;
	text-align: center;
	display: block;
}

.pgsctn.-l12 h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 38px;
	font-weight: 100;
	color: white;
	background-color: rgba(56, 87, 62, 0.85);
	padding-left: calc( (100vw - 100%) / 2);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: calc( ((100vw - 100%) - 17px ) / -2 );
	display: block;
	text-align: left;
	line-height: 1em;
}
.pgsctn.-l12 h3.-right {
	margin-left: 0;
	margin-right: calc( ((100vw - 100%) - 17px ) / -2 );
	padding-left: 0;
	text-align: right;
	padding-right: calc( (100vw - 100%) / 2);
	padding-left: 20px;
}
.pgsctn.-l12 h3 strong {
	font-weight: 200;
	margin-right: 0.3em;
}
.pgsctn.-l12 h3 span {
	white-space: nowrap;
	padding-right: 0.5em;
}
.pgsctn.-l12 h3.-right strong {
	margin-right: 1%;
}
.pgsctn.-l12 h3.-right span {
	padding-right: 1%;
}

.pgsctn.-l12 .price {
	max-width: 1163px;
  display: block;
  padding: 0;
	margin-top: 5px;
	margin-bottom: 30px;

	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	display: block;
	text-align: left;
	opacity: 0.75;
}

.pgsctn.-l12 .price a {
	color: rgb(85, 112, 90);
}

.pgsctn.-l12 .parking {
	max-width: 1163px;
  display: block;
  padding: 0;
	margin-top: 0;
	margin-bottom: 0px;

	color: #526656;
	font-family: 'DM Sans', sans-serif;
	display: block;
	text-align: left;
	opacity: 0.75;

	font-weight: 200;
	font-size: 15px;
}

.pgsctn.-l12 .price + .parking {
	margin-top: -25px;
}


.pgsctn.-l12 .price.-right {
	text-align: right;
	padding-left: 0;
	padding-right: 2.3%;
}

.pgsctn.-l12 .carousel-wrapper {
	margin-bottom: 6%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom:6%;
}

.pgsctn.-l12 .floorplan {
	border-top: 1px solid #dfdfdf;
	
	padding-bottom: 45px;
	text-align: center;
	position: relative;
}

.pgsctn.-l12 .flickityGallery {
	padding-bottom: 12px;
}

.pgsctn.-l12 .floorplan .name {
  text-align: left;
  display: block;
  padding: 0;
	margin-top: 30px;
  max-width: 1163px;
	z-index: 1;
	font-weight: 200;
	font-family: 'DM Sans', sans-serif;
}
@media screen and (min-width:768px) {
	.pgsctn.-l12 .floorplan .name {
		font-weight: 100;
	}
}

.pgsctn.-l12 .floorplan .link {
	color: rgb(85, 112, 90);
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
	margin-top: 1em;
	display: block;
}

.pgsctn.-l12 .layout {
	display: inline-block;
	width: 49%;
	overflow: hidden;
	max-height: 630px;
	height: 47vw;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.pgsctn.-l12 .layout:first-child {
	padding-right: 2%;
}
.pgsctn.-l12 .layout:last-child {
	padding-left: 2%;
}
.pgsctn.-l12 .layout span {
	display: block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 300;
}
@media screen and (max-width:600px) {
	.pgsctn.-l12 .layout {
		height: 90vw;
		width: 100%;
	}
}

.pgsctn.-l12 .flickityGallery .carousel-cell {
	width: 100%;
}

.pgsctn.-l12 .flickityGallery .carousel-cell img {
	width: 100%;
	max-height: 75vh;
	object-fit: contain;
}





.pgsctn.-l12 .flickityNav .carousel-cell {
	width: 100%;
}

@media screen and (min-width:640.1px) {
	.pgsctn.-l12 .flickityNav .carousel-cell {
		width: 150px;
	}	
}
@media screen and (max-width:640px) {
	.pgsctn.-l12 .flickityNav .carousel-cell {
		width: 100px;
	}	
}

.pgsctn.-l12 .flickityNav .carousel-cell:not(.is-nav-selected) {
	opacity: 0.5;
}

.pgsctn.-l12 .flickityNav .carousel-image {
	padding: 10px;
}

.pgsctn.-l12 .flickityNav .carousel-cell img {
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 13
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media screen and (min-width:640.1px) {
	.pgsctn.-l13 {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l13 {
		margin-bottom: 60px;
	}
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Layout 14
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pgsctn.-l14 {
	/*overflow: hidden;*/
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l14 {
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l14 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:450px) {
	.pgsctn.-l14 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:380px) {
	.pgsctn.-l14 {
		margin-bottom: 90px;
	}
}

.pgsctn.-l14 .pgsctn_pddng {
	
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l14 .pgsctn_pddng {
		padding: 120px 4% 70px;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l14 .pgsctn_pddng {
		padding: 80px 40px 60px;
	}
}

.pgsctn.-l14 .pgsctn_cntnt {
	max-width: 1340px;
	margin: auto;
	position: relative;
}

.pgsctn.-l14  .pgsctn_cptn {
	font-family: 'DM Sans', sans-serif;
	text-align: center;
}

.pgsctn.-l14  .pgsctn_cptn span {
	font-family: 'DM Sans', sans-serif;
	line-height: 1em;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l14 .pgsctn_cptn span {
		font-weight: 100;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l14 .pgsctn_cptn span {
		font-weight: 100;
	}
}

.pgsctn.-l14.-rev1 ul {
	list-style: none;
	padding: 0;
	margin-top: 70px;
	font-size: 22px;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.pgsctn.-l14.-rev1 li {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width:640px) {
	.pgsctn.-l14.-rev1 ul {
		grid-template-columns: 1fr;
	}
}


.pgsctn.-l14  img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 960px;
	margin: auto;
	padding-top: 5%;
}
@media screen and (min-width:640.1px) {
	.pgsctn.-l14 img {
		font-weight: 100;
	}
}
@media screen and (max-width:640px) {
	.pgsctn.-l14 img {
		font-weight: 200;
	}
}




/*
.pgsctns.-snap {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
}
.pgsctns.-snap .pgsctn {
	height: 100vh !important;
	scroll-snap-align: start;
}
*/